/***********通用基本类1************/
@font-face{
	font-family:Family;
	src:url("../fonts/DietDidot.otf");
	src:url("../fonts/DietDidot.eot");
	src:url("../fonts/DietDidot.woff")
}
/*格式化样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
img {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  background: none
}

a:hover {
  color: #d40000;
}

ul,
ol {
  list-style: none;
}

i,
strong,
em,
b {
  font-style: normal;
}

/*结构样式*/

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}

/***********通用基本类2************/

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
}
.wrap {
     margin: 0 auto;
}
.main {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.main2 {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.m{
  display: none;
}
@media (max-width: 768px) {
  .pc{
    display: none !important;
  }
  .m{
    display: block;
  }
  .main2 {
    padding-left: 10px;
    padding-right: 10px;
}
}
/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.overflowH {
  overflow: hidden;
}

/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}

/* 图片放大 */

.hoverScale {
  overflow: hidden;
}

.hoverScale img {
  -webkit-transition: .4s;
  transition: .4s;
}

.hoverScale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* 居中 */

.middleBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.middleLi {
  display: inline-block;
  vertical-align: middle;
}

/* 模块间的上边距 */

.marginTop {
  padding-top: 95px;
}

/*@media (max-width: 768px) {
  .marginTop {
    margin-top: 20px;
  }
}*/

/***********其他公共样式************/

/*ao-顶部栏目*/
.ao-headerNav .item1>li {
  position: relative;
  height: 100%;
  /*display: table-cell;
  width: 1%;*/
  text-align: center;
  font-size: 16px;
}
.ao-headerNav .item1.fullW>li{
  display: table-cell;
  width: 1%;
}
.ao-headerNav .item1.autoW>li{
  float: left;
  margin: 0 0.5em;
  min-width: 6em;
}
.ao-headerNav .item1.autoW>li a{
  padding: 0 1em;
}

.ao-headerNav .item1>li>a {
  position: relative;
  display: block;
}

.ao-headerNav .item2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  line-height: 3em;
  text-align: center;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.ao-headerNav .item1>li:hover .item2 {
  display: block;
}

/*顶部栏目end*/

/*ao-响应式顶部栏目+按钮*/


.ao-navBtn .navbar-toggle {
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ao-navBtn .navbar-box .sr-only {
  display: block;
  width: 100%;
  padding: 0;
  margin: -1px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  border: 0;
  color: #888;
  text-align: center;
  margin-top: 2px;
}

.ao-navBtn .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.ao-navBtn .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/*响应式顶部栏目+按钮end*/

/* header头部 */

.header {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222222;
  transition: 0.4s;
}

.header.on {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.header .header_main {
    width: 100%;
  height: 80px;
  line-height: 80px;
  
}

.top_line {
  background: #686868;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  overflow: hidden;
}

.top_line,
.top_line a {
  color: #fff;
}

.top_line .welcome {
  float: left;
}

.top_line .topBtn {
  float: right;
}

.header .logo {
  float: left;
  font-size: 0;
}

.header .logo {
  height: 100%;
}

.header .logo img {
  max-height: 90%;
}

.header .header_nav {
  height: 80px;
  float: left;
  width: 54%;
  margin-left: 3%;
}
.header .header_nav a{
  color: #fff;
        position: relative;
        z-index: 1;
}
    .header .header_nav a:after {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #e5ab73;
        z-index: -1;
        transition: all 0.2s ease;
    }
.header .header_nav .item1>li.on >a:after {
    width: 100%;
}

.header .header_nav .item1>li:hover>a:after {
  width: 100%;
}


.header_main .header_tel {
  float: right;
  line-height: 1.2;
  height: 100%;
  display: table;
  text-align: center;
  padding-left: 20px;
  padding-left: 50px;
  background: url(../images/cai.png) no-repeat 0 center / 40px 40px;
}

.header_main .header_tel .phoneIco,
.header_main .header_tel .telInfo,
.header_main .header_tel .headerSearch {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.header_main .header_tel .phoneIco i {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../Images/phoneIco.png") no-repeat center center / contain;
  margin-right: 10px;
}

.header_main .header_tel .telInfo .telText {
  font-size: 18px;
    color: #e5ab73;
    letter-spacing: 8px;
    font-weight: bold;
}

.header_main .header_tel .telInfo .telNum {
  font-size: 22px;
  color: #d40000;
  font-family: fantasy;
}

.header_main .header_tel .telInfo .telNum a {
    color: #e5ab73;
    font-family: "Arial";
        font-size: 24px;
}
    .header_main .header_tel .headerSearch .sBot{
        position: relative;
    }

    .header_main .header_tel .headerSearch form {
        position: absolute;
        height: 36px;
        margin-left: 60px;
        top: 100%;
        right: 0;
        display: none;
        padding-top: 10px;
    }
    .header_main .header_tel .headerSearch input {
        width: 200px;
        border: 0;
        background: #efefef;
        height: 36px;
        font-size: 12px;
        color: #555;
        padding-right: 34px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.5s;
        text-indent: 13px;
        outline:none
    }
    .header_main .header_tel .headerSearch button {
        position: absolute;
        right: 0;
        top: 10px;
        vertical-align: bottom;
        cursor: pointer;
        width: 36px;
        height: 36px;
        border: 0;
        background-color: #efefef;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: center center;
        outline:none
    }
    .header_main .header_tel .headerSearch:hover input {
        width: 200px;
    }

.header .icoBtn {
  float: right;
  height: 100%;
  display: none;
}

.header .icoBtn .navbar-box {
  display: inline-block;
  vertical-align: middle;
}
.header_tel .headerSearch .sbtn{
    width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
        border: 1px solid #777;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../images/icon-3.png);
        background-repeat: no-repeat;
        background-position: center center;
        outline:none;
            margin-left: 10px;
}



/* 移动端侧导航 */

.ao-navMask {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: -80%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ao-slideNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2222;
}

.ao-navMask.on {
  left: 0;
}

.ao-slideNav.on {
  right: 0;
}

.ao-slideNav .btn {
  background: url("../Images/slide-close.png") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
}

.ao-slideNav li {
  width: 100%;
  border-left: 0;
  padding: .5em 0;
  line-height: 1.8;
  text-align: center;
}

.ao-slideNav .item1>li {
  font-size: 20px;
  color: #8B8784;
}

.ao-slideNav .item2 {
  display: none;
}

/* footer脚部 */

.footer {
  padding: 3% 0;
  color: #fff;
  margin-top: 4%;
  background-color: #093a86;
}

.footer a {
  color: #fff;
}

.footer .fl {
  float: left;
}

.footer .info {
  float: right;
}

.footer .nav {
  float: left;
}

.footer .nav.code .ccc {
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: center;
}

.footer .nav.code .ccc img {
  width: 100%;
  height: 100%;
}

.footer .nav.code .ccc span {
  width: 100%;
  height: 100%;
}

.footer .nav .item1>li {
  position: relative;
  font-size: 18px;
  float: left;
  margin-right: 45px;
}
    .footer .nav.code .item1 > li:last-child {
        margin-right: 0 !important;
    }

.footer .nav .item2 {
  padding-top: 15px;
}

.footer .nav .item2 li {
  margin-top: 1em;
  font-size: 14px;
  text-align: left;
}

.footer .nav .item2 li a {
  color: rgba(255, 255, 255, .5);
}

.footer .info {
  text-align: right;

}

.footer .info .hotTel {
  font-size: 16px;
}

.footer .info .hotNum {
  font-size: 42px;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.footer .info .hotNum a {
  color: #b28b6e;

}

.footer .info .icon {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}

.footer .info .icon a {
  margin-left: 25px;
  position: relative;
  text-align: center;
  transition: 0.6s;
}

.footer .info .icon a .mi {
  width: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.footer .info .icon a span {
  margin-top: 15px;
  display: block;
}

.footer .info .icon a:hover .mi {
  background-color: #2b884c;
}

.footer .info .icon a:hover .mi.hei {
  background-color: #000;
}

.footer .info .icon a .i {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 4px;
  display: none;
  transition: 0.4s;
}

.footer .info .icon a .i img {
  width: 100%;
  height: 100%;
}
.footer .info .icon a:hover {
    transform: translateY(-10px);
}
.footer .info .icon a:hover .i {
    display: block;

}

.footer .companyInfo {
    margin-bottom: -3%;
  margin-top: 10px;
  color: rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 1.5em 0;
}
    .footer .companyInfo a{
  color: rgba(255,255,255,0.3);
    }

.footer .companyInfo span {
  margin-right: 0.5em;
}

.fApp {
    text-align: center;
    margin-top: 30px;
}
.fApp ul{
    display: flex;
    justify-content: center;
}
    .fApp .fat {
        font-size: 15px;
        color: #f1cba3;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .fApp li {
        width: 100px;
        margin: 0 15px;
    }
    .fApp li img{
        width: 100%;
    }

@media (max-width: 1280px) {
    .footer .nav .item1>li {
    font-size: 16px;
    margin-right: 30px;
}
    .footer .info .hotNum {
        font-size: 30px;
    }
}
@media (max-width: 1060px) {
    .footer .nav .item1>li {
    font-size: 14px;
    margin-right: 15px;
}
    .footer .nav .item2 li {
    font-size: 12px;
    }
    .footer .info .hotNum {
        font-size: 22px;
    }
    .footer .nav.code .ccc {
        width: 70px;
    }
}
@media (max-width: 768px) {
  .footer .nav {
    display: none;
  }
    .footer .info {
        float: none;
    }
  .footer .companyInfo span {
    display: block;
    text-align: center;
    font-size: 12px;
  margin-right: 0;
  }
    .footer .info .il {
        float: left;
        text-align: left;
    }
  .footer .info .hotTel {
    font-size: 14px;
    margin-top: 10px;
  }
    .footer .info .hotNum {
        font-size: 20px;
    }
        .footer .info .icon {
            margin-top: 0;
            float: right;
        }
            .footer .info .icon a {
                margin-left: 10px;
            }
                .footer .info .icon a .mi {
                    width: 18px;
                }
                .footer .info .icon a span {
                    margin-top: 4px;
                }
  .footer {
    border-top: 1px solid #fff;
    padding-top: 40px;
  }
}




.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.swiper-button-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}



/* lignhtBox */
#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none; }

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1; }

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden; }

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer; }

.photo_pre_btn {
  left: 0; }

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center; }

.photo_next_btn {
  right: 0; }

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center; }

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5); }

.photo_border .index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px; }

.photo_border .title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff; }

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer; }
  
  /* lignhtBox */
  
  


@keyframes rTol
{
    0% {transform: translateX(0);}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0);}
}
@-webkit-keyframes rTol /*Safari and Chrome*/
{
    0% {transform: translateX(0);}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0);}
}
.rTol
{
    display: inline-block;
animation:rTol 2s infinite;
-webkit-animation:rTol 2s infinite; /*Safari and Chrome*/
}



.animated2 {
  visibility: visible !important;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  100% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
}

@keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }

  100% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
}

.fadeIn-left {
  -webkit-animation-name: fadeIn-left;
  animation-name: fadeIn-left;
}

@-webkit-keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

.fadeIn-left1 {
  -webkit-animation-name: fadeIn-left1;
  animation-name: fadeIn-left1;
}

@-webkit-keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
    transform: translate(-50%, 25px) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
    transform: translate(-50%, -25px) rotate(-90deg);
  }
}

@keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
    transform: translate(-50%, 25px) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
    transform: translate(-50%, -25px) rotate(-90deg);
  }
}

.fadeIn-top {
  -webkit-animation-name: fadeIn-top;
  animation-name: fadeIn-top;
}

@-webkit-keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
    transform: translate(-50%, -25px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
    transform: translate(-50%, 25px) rotate(90deg);
  }
}

@keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
    transform: translate(-50%, -25px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
    transform: translate(-50%, 25px) rotate(90deg);
  }
}

.fadeIn-bottom {
  -webkit-animation-name: fadeIn-bottom;
  animation-name: fadeIn-bottom;
}

@-webkit-keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
    transform: translate(0, -50%) rotateY(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
    transform: translate(0, -50%) rotateY(720deg);
  }
}

@keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
    transform: translate(0, -50%) rotateY(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
    transform: translate(0, -50%) rotateY(720deg);
  }
}

.fadeIn-rotate {
  -webkit-animation-name: fadeIn-rotate;
  animation-name: fadeIn-rotate;
}

@-webkit-keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeIn-gotop {
  -webkit-animation-name: fadeIn-gotop;
  animation-name: fadeIn-gotop;
}




.header_nav .wp>li {
  display: table-cell;
  width: 1%;
}

.header_nav .wp>li>a {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: -1px;
  font-size: 14px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header.on .header_nav .wp > li > a {
  color: #333;
}
.header .header_nav .wp > li.on > a,
.header .header_nav .wp > li:hover > a {
}
.header_nav .wp>li>a span {
  position: relative;
  z-index: 2;
}

.header_nav .wp>li>a:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 2px;
  background: rgba(225,171,115,0.8);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*.header_nav .wp>li:last-child>a {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}*/


.header_nav .wp>li:hover>a:after {
  width: 80%;
}

.header_nav .wp>li:hover .seed {
  display: block;
}

.header_nav .wp>.on>a:after {
  width: 110%;
}

.header_nav .seed {
  display: none;
  margin-top: -1px;
  background-image: url(../images/nav-bg.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 330px;
  z-index: 300;
  position: absolute;
  left: 0;
  padding: 25px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
line-height: initial;
}
.header_nav .seed .main {
    overflow: hidden;
}
.header_nav .seed .left {
  width: 390px;
  float: left;
}

.header_nav .seed .left span {
  font-size: 24px;
  color: #333;
  margin-bottom: 4px;
  margin-top: 28px;
}

.header_nav .seed .left h4 {
  font-size: 14px;
  color: #333;
  opacity: .6;
  font-family: "Arial";
  margin-bottom: 16px;
}

.header_nav .seed .left .p {
  font-size: 14px;
  color: #696969;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  width: 306px;
  margin-bottom: 32px;
}

.header_nav .seed .left .btn a {
  display: block;
  width: 116px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #ccc;
  background: #F4F4F4;
  color: #555;
  font-size: 14px;
  font-family: "Arial";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header_nav .seed .left .btn a:hover {
  color: #fff;
  border-color: #1b2f66;
  background: #1b2f66;
}

.header_nav .seed .seed-list {
  overflow: hidden;
}

.header_nav .seed .seed-list li {
  float: left;
  border: 1px solid rgba(197, 197, 197, 0.6);
  border-top: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_nav .seed .seed-list li a {
  padding: 20px 78px 26px 60px;
  display: block;
  position: relative;
}


.header_nav .seed .seed-list li a:hover .p span {
  color: #1b2f66;
}

.header_nav .seed .seed-list li .img {
  width: 168px;
  height: 88px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header_nav .seed .seed-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header_nav .seed .seed-list li .p {
  margin-left: 28px;
  display: inline-block;
  vertical-align: top;
  line-height: 88px;
}

.header_nav .seed .seed-list li .p span {
  width: 60px;
  line-height: 24px;
  font-size: 15px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.header_nav .seed .seed-list li:nth-child(2n+2) {
  margin-left: -1px;
  border-right: 0;
}

.header_nav .seed .seed-list li:nth-child(3) {
  border-top: 0;
  border-bottom: 0;
}

.header_nav .seed .seed-list li:nth-child(4) {
  border-top: 0;
  border-bottom: 0;
}

.header_nav .seed .more-btn {
  text-align: right;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.header_nav .seed .more-btn a {
  font-size: 14px;
  color: #141414;
}

.header_nav .seed .more-btn span {
  margin-top: -4px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./images/icon-29.png);
}


/* 友情链接 */
.friendsLinks_content {
    margin-top: 4%;
}

.friendsLinks_list li {
    float: left;
    margin: 0 10px 10px 10px;
}